Skip to main content

All Questions

11votes
2answers
4kviews

Rust-style error handling in C++

I've been reading some articles on how Rust does error handling using the Result<T, E> type and to me it seems like a hybrid best-of-both-worlds (exceptions and return codes) solution which can ...
stijn's user avatar
  • 4,168

close